Next | Prev | Up | Top | Contents | Index

Using printf()

You can call the printf() function from a kernel module. The kernel version of printf() is basically a call to cmn_err() with severity CE_CONT. In general it is better to use cmn_err() explicitly.


Next | Prev | Up | Top | Contents | Index